home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / loffset.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  517 b   |  20 lines

  1. .TH LOFFSET
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. LOFFSET
  5.  
  6.  
  7.  
  8.  CurveType LOFFSET( CurveType Crv, NumericType OffsetDistance,
  9.                     NumericType NumOfSamples, NumericType NumOfDOF,
  10.                     NumericType Order )
  11.  
  12. Approximate an offset of OffsetDistance by sampling NumOfSamples
  13. samples along the offset curve and least square fitting them using a Bspline
  14. curve of order Order and NumOfDOF control points.
  15.  
  16. Example:
  17.  
  18.     OffCrv1 = LOFFSET( Crv, -0.4, 100, 10, 4 );
  19. See also OFFSET, AOFFSET, and MOFFSET.
  20.